home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d2 / sts_320.arc / QUESTION.TXT < prev    next >
Text File  |  1991-03-03  |  12KB  |  190 lines

  1.                             A QUESTION/ANSWER SESSION
  2.         _____________________________________________________________________
  3.              This file is contains a typical question and answer session that
  4.         might be conducted with the author.  If you are having a problem with
  5.         StS and can't find the answer in the DOC file, maybe something in here
  6.         will help.  This file may be printed.
  7.  
  8.        Q: I put a blank floppy disk in drive A: and now I can't get the
  9.           cursor back in the window that is pointed at that drive.  How am I
  10.           supposed to get out of this situation?
  11.        A: StS won't let you place the cursor in, or "hook" an empty window
  12.           because there is simply nothing you can do in an empty window.  The
  13.           real problem that arises is that you can't change drives on that
  14.           side because you can't "hook" it.  StS provides two solutions to
  15.           this problem. (1.) Use the <Alt><1,2,3,...> key pair to change the
  16.           un-hooked side drive.  Simply hold the <Alt> key and press the
  17.           number of the drive you want; 1=A, 2=B, etc.  (2.) Open the DOS
  18.           command window by pressing <F1> and then change the un-hooked drive
  19.           from there.
  20.  
  21.        Q: Is there any quick way to point the right window back at ZDIR?
  22.        A: Yes. Press the <Alt><R> keys to reset the right side.
  23.  
  24.        Q: I like the high-res mode of my EGA/VGA adapter.  Is there any
  25.           method I can use to make StS execute in this mode?
  26.        A: Yes.  Use the /H option on the DOS command line.  Also note that
  27.           on VGA equipped systems the /M switch will provide a medium
  28.           resoloution mode.
  29.  
  30.        Q: Is there any way to change the video mode while StS is running?
  31.        A: Yes. If you have an EGA or VGA card, pressing <Alt><E> will change
  32.           between standard, medium(VGA only), and hi-res modes.
  33.  
  34.        Q: It is a drag going through the DOS menu to get into setup mode.  Is
  35.           there a faster way?
  36.        A: Yes. Use the <Alt><S> key pair to get there instantly.
  37.  
  38.        Q: I have my compression program commands so screwed up from trying to
  39.           change the way they are programmed that I am ready to start over.
  40.           Is there any way to recover the default settings?
  41.        A: Yes.  Erasing the StS configuration file will cause StS to execute
  42.           in its default state the next time you run it.
  43.  
  44.        Q: I like having the ability to independently sort the file windows but
  45.           I don't understand how to save the settings the way I like them.
  46.           How does this work?
  47.        A: Whenever you save the currently defined setup from the setup mode
  48.           of StS, the sort types for each file window are saved.  What you
  49.           need to do is define the sort for each window like you like them
  50.           and then go into setup mode and save the settings.  From then on,
  51.           StS will be set like you want it when it runs.
  52.  
  53.        Q: I find I use the file/exe and ext/file sort types the most but I
  54.           have to cycle through all the different types with the <F3> key
  55.           just to switch between these.  Is there any way to beat the system?
  56.        A: Yes.  The <ALt><F3> key will cycle through the sort types in
  57.           reverse.  Since these two sort types are placed in order in the
  58.           list of possible types, pressing <F3> and <Alt><F3> will allow you
  59.           to toggle between these.
  60.  
  61.        Q: How do I erase or rename a directory?
  62.        A: Place the highlight bar on it and press <F8> or <F10> depending
  63.           on whether you want to rename or erase it.  The directory rename
  64.           feature of StS will only work if you are running DOS 3.00 or above.
  65.           Directories must be empty before you can erase them.
  66.  
  67.        Q: I keep getting an "invalid path or filename" message when I try to
  68.           type in a path in response to a prompt.  What am I doing wrong?
  69.        A: StS uses standard DOS conventions for pathnames when it is
  70.           prompting for input.  The last character in the pathname should be
  71.           a trailing backslash or a slash.  Actually the StS parsing routines
  72.           interrogate the last character in the user supplied string to
  73.           determine what kind of data it received.  If the string ends in a
  74.           colon the StS assumes that it only received a drive and it
  75.           substitutes in the current path and filename itself.  If the string
  76.           ends in a slash or backslash StS assumes that it received a valid
  77.           path and adds the filename if the situation requires one.  If none
  78.           of these three characters terminates the string, StS assumes that a
  79.           filename was supplied by the user.
  80.  
  81.        Q: I am having trouble getting my external programs to run.  What
  82.           should I do?
  83.        A: By all means you should read the setup section in the .DOC file
  84.           especially the part about standard filename conventions.  The most
  85.           common problem with external programs has to do with the definition
  86.           of the drive:\path\filename.ext.  CHECK your setup carefully to
  87.           make sure that you have defined the program properly.  One way to
  88.           cross check your setup is to run the program directly from DOS
  89.           using the identical file specification you have given StS.
  90.  
  91.        Q: My old IBM display looks like my TV when cousin Earl runs his
  92.           powersaw.  How can I get rid of the snow?
  93.        A: Some older IBM CGA adapters will produce snow when a program uses
  94.           direct video screen writing like StS does.  You need to go into the
  95.           screen section of the setup mode and turn snow suppression on.
  96.  
  97.         Q: Why doesn't StS have a tree structured directory display like I
  98.            have seen other shell programs?
  99.         A: There are several reasons why StS uses the sidebar technique of
  100.            changing directories over the tree method. (1.) StS is intended to
  101.            be not only be a primary DOS shell but it is also very useful as a
  102.            "pop-up" utility that can be executed from other programs such as
  103.            communications packages.  Programs that generate tree graphics
  104.            must do a search of the entire disk structure to generate the
  105.            tree.  This process takes several seconds even on the fastest hard
  106.            disks and therefor hampers the use of these programs as a quick
  107.            utility.  StS reads disk information "hot" and can therefor pop-up
  108.            almost instantly.  (2.) The sidebar method is actually the
  109.            quickest method to move around on your disk!  Contrary to popular
  110.            belief, the user will actually make fewer keystrokes on the
  111.            average using the StS sidebar than trying to manipulate the cursor
  112.            around a tree.  (3.)  There are situations where a tree structure
  113.            may prove beneficial.  In cases where you are not familiar with a
  114.            hard disk lay-out you can attach one of the several readily
  115.            available tree display tools to one of the programmable user keys,
  116.            thus adding the StS tree display yourself.
  117.  
  118.  
  119.         Q: I have a sub-directory with 1279 files in it.  When I look at this
  120.            directory with StS it doesn't read all the filenames.  Why?
  121.         A: In the interest of using a sane amount of memory when executing,
  122.            StS will display up to 600 files and 200 sub-directories on each
  123.            side of the display.  This represents a total of 1600 file and
  124.            directory names available to the user at any time.  While designing
  125.            StS, our research indicated that in 99% of all cases users would
  126.            not need to place more than 500 files in any sub-directory, so we
  127.            set the limit at 600.  If you have a sub-directory with more than
  128.            600 files in it, it is probably time to split it up and organize it
  129.            a little better.  StS does a great job of making new directories
  130.            and moving files...
  131.  
  132.        Q: Sure I am using this program but why should I register it?  Who's
  133.           gonna know?
  134.        A: You are going to know.  It is obvious that the StS program is not
  135.           intended to be a free program.  Such things as the opening screen
  136.           which includes a large shareware notice and a built in option that
  137.           prints a nice registration form for you should be indication
  138.           enough.  If you continue to use a program beyond a reasonable test
  139.           period (30 days) without paying the required registration fee, then
  140.           you are cheating yourself out of the pleasures of using the
  141.           registered version and you are also cheating the author of the
  142.           program out of his due compensation.
  143.  
  144.        Q: What will happen to me if I don't register it?
  145.        A: Nothing.  At least nothing will happen directly to you immediately.
  146.           This program contains no timers, or counters.  It is not crippled
  147.           and it won't stop functioning.  By not supporting the program you
  148.           are putting yourself and many others in danger though.  Shareware
  149.           authors depend on user support to continue their work.  Without
  150.           support, shareware will cease to exist and the whole of the PC
  151.           community (this includes you) will no longer have the luxury of
  152.           testing software before you buy it.  By paying $25.00 for a quality
  153.           program that you have tried, you will be avoiding the dreadful
  154.           alternative of paying $250.00 for a program that you can't touch
  155.           until the check clears the bank.
  156.  
  157.        Q: OK, I agree that I should register the program.  Are there any
  158.           advantages to registration other than a clear conscience?
  159.        A: Yes.  When you register this program you will receive a letter from
  160.           the author thanking you for your support and a disk which includes
  161.           a copy of the registered version. (you must specify the disk copy)
  162.           You will also be granted access to the M.R.E. Support BBS system
  163.           Stereo conference area where you can download the latest registered
  164.           versions for the next year absolutely free, with almost free
  165.           updates thereafter.
  166.                                                                             
  167.        Q: What is the difference between the shareware and registered
  168.           versions?
  169.        A: The most important difference is that the registered version does
  170.           not include the opening title/shareware screen and it also does not
  171.           include the registration form data.  These deletions make the
  172.           registered version not only faster to execute but it is also over
  173.           8 kilobytes smaller than the shareware version.  It keeping with
  174.           our "no crippling" policy there is no other functional difference
  175.           in the initial 3.00 version release, but please note that the
  176.           registered version always evolves more rapidly than the shareware
  177.           version.  By the time this shareware version was released
  178.           registered users who are active on our BBS system had been using
  179.           and testing BETA copies of the program for quite some time.  It is
  180.           the comment section of the registration form and the message base
  181.           in the STEREO conference of our BBS that is the source of ideas for
  182.           improvements to StS.  When registered users speak, we listen and
  183.           try to incorporate their suggestions.
  184.  
  185.                                 -------------------------
  186.           Register with us!   Support StS...Support shareware today!
  187.           Select option (F2) from the opening screen menu of StS and send it
  188.           in.  It is the best deal in the software world...
  189.                                 -------------------------
  190.